Skip to content

Conversation

@FilipStoyanov
Copy link

What

Collapsible control structures

Who

Filip Stoyanov - 81950

Check

  • Do not commit binary files
  • Do not commit generated project files

int len1 = strlen(str1);
int len2 = strlen(str2);
char* result;
result = malloc(len1 + len2 + 1);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

leaks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants